io/fs.subFS.fullName (method)
7 uses
io/fs (current package)
sub.go#L60: func (f *subFS) fullName(op string, name string) (string, error) {
sub.go#L89: full, err := f.fullName("open", name)
sub.go#L98: full, err := f.fullName("read", name)
sub.go#L107: full, err := f.fullName("read", name)
sub.go#L116: full, err := f.fullName("readlink", name)
sub.go#L128: full, err := f.fullName("lstat", name)
sub.go#L164: full, err := f.fullName("sub", dir)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |